home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10698 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  976 b 

  1. Path: news.primenet.com!not-for-mail
  2. From: kj7bg@primenet.com (Bob White)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ parser
  5. Date: 9 Mar 1996 10:02:01 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <4hsdi9$acq@nnrp1.news.primenet.com>
  9. References: <31408025.41C6@cs.sfu.ca>
  10. X-Posted-By: ip194.boi.primenet.com
  11. X-Newsreader: WinVN 0.99.7
  12. MIME-Version: 1.0
  13. Content-Type: Text/Plain; charset=US-ASCII
  14.  
  15. You can find one which is part of the PCCTS system at:
  16.     ftp.parr-research.com/pub
  17. You will have to look for user contributions.  I don't remember which 
  18. subdirectory.  Also, the grammar will require PCCTS which is also available at 
  19. that site.  Have fun!
  20.  
  21. In article <31408025.41C6@cs.sfu.ca>, pwfong@cs.sfu.ca says...
  22. >
  23. >I am looking for a c++ parser that can read in source files and
  24. >generate their abstract syntax tree.  Is there any such software 
  25. >out there?  I am working on UNIX but can switch to PC if necessary.
  26. >
  27. >Philip
  28.  
  29.